home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / brainlog.zip / LOGBRAIN.DOC < prev    next >
Text File  |  1993-04-14  |  4KB  |  111 lines

  1. March 1992                                   
  2.                                    
  3.                                    LOG BRAIN
  4.                       (C) Copyright 1993 by Stanley Sheff
  5.                         Support BBS: The Brainex System
  6.                                (310) 275-2344
  7.                                (310) 273-5234
  8.  
  9.                        
  10.  
  11.    Welcome to the Log Brain.  A simple addition to GAP BBS that will create
  12.    a last callers screen and a Grafitti Wall.  LogBrain makes a fancy ANSI
  13.    and a plain text ASCII screen.  LogBrain will only add another caller to
  14.    the last callers list if:
  15.  
  16.    1) User level is within sysop specified range.
  17.    2) Caller Name different from last caller.
  18.    3) Caller Name is the same as last caller, but calling from different city,
  19.       or with a different baud rate, or on a different node.
  20.    
  21.    Log Brain will also allow callers to add to a "grafitti" wall of
  22.    user comments.  You can set the number of comments, and the level
  23.    of the caller that may add a new comment. 
  24.  
  25.     Log Brain Files
  26.     --------------
  27.     LOGBRAIN.EXE  <------------------ Main Program
  28.     LOGBRAIN.DOC  <------------------ Sysop's Information
  29.     FILE_ID.DIZ   <------------------ Short File Description
  30.     NASTY         <------------------ Sysop created bad words file
  31.    
  32.    All of these files should be in this ZIP, if they are not, don't
  33.    take a chance! Call The Brainex System and get a good copy or view the 
  34.    file on a few local boards to see if you can find a complete copy.
  35.  
  36.    * NASTY FILE *
  37.    LogBrain will check a caller's line for any nasty word you place in
  38.    this file. Place each nasty word on a separate line. The Nasty Filter
  39.    only checks letters, and will ignore numbers, spaces, and punctuation.
  40.    Example: If you put IDIOT in the NASTY file, Logbrain will filter out
  41.             Idiot, I*D*i*O*T, I  D  I  O  T, etc.
  42.  
  43.    The setup of LogBrain is simple, all you need to do copy LOGBRAIN.EXE
  44.    and NASTY (if used) to your BRAINEX directory. Run the Brainex Door 
  45.    Manager to set up Log Brain.
  46.  
  47.    You may run Log Brain with a batch file. For GAP BBS, use the LOGON.BAT 
  48.    batch file to call the door. If you already use a LOGON.BAT, just add 
  49.    this to it.
  50.    
  51.      
  52.      LOGBRAIN
  53.   
  54.    If you run multinode, add the NODE= comamnd.
  55.    
  56.    Example:
  57.    
  58.    LOGBRAIN NODE=1
  59.    or
  60.    LOGBRAIN NODE=2
  61.    etc.
  62.  
  63.    PCBOARD
  64.    =======
  65.    To use LogBrain create a file called LBRAIN
  66.    Sample LBRAIN file:
  67.  
  68.    @echo off
  69.    logbrain node=1 skip=40
  70.    board
  71.    
  72.    The above example will allow callers with security level below to
  73.    skip the door. Set this up as a LOGON door using DOOR.SYS.
  74.  
  75.    RUNNING LOGBRAIN AFTER LOGOFF
  76.    =============================
  77.    If you only want to creat a Last Caller file, you can use Logbrain
  78.    in LOGOFF MODE. Simply use this command line:
  79.  
  80.    LOGBRAIN LOCAL LOGOFF
  81.    or
  82.    LOGBRAIN LOCAL LOGOFF NODE=1
  83.    etc.
  84.    
  85.     
  86.    This version of LogBrain is a fully functional demo. If you like it,
  87.    please register! Registration will remove the UNREGISTERED DEMO NOTICE
  88.    shown by the program. Read REGISTER.DOC for ordering information.
  89.  
  90.    This door is released "As Is" and there is *NO* warranty or guarantee 
  91.    that it will work for you and not cause any problems. You have chosen 
  92.    to use this door, YOU are responsible for any unfortunate problems that 
  93.    may develop from its use or misuse. I will gladly listen to any 
  94.    suggestions or problems you may have, and I will do my best to fix 
  95.    whatever needs to be fixed. I can not be held responsible for any 
  96.    problems you may have, whether directly or indirectly due to the use 
  97.    of the door.
  98.    
  99.    For complete support, contact me on The Brainex System.
  100.    Your questions will be quickly and cheerfully answered!
  101.  
  102.  
  103.    Have Fun!
  104.    Stanley Sheff
  105.    The Brainex System
  106.    310-275-2344 HST
  107.    310-273-5234 MNP
  108.  
  109.  
  110.  
  111.